var html/template.scriptTagRe

2 uses

	html/template (current package)
		js.go#L148: var scriptTagRe = regexp.MustCompile("(?i)<(/?)script")
		js.go#L198: 		errStr = string(scriptTagRe.ReplaceAll([]byte(errStr), []byte(`\x3C${1}script`)))